This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Dana Xantumizenings 19.Oct.06 08:51 AM a Web browser Applications development7.5All Platforms
Hi, I'm new to the plugin development for the Sametime 7.5 Connect client (though I've developed quite a few other Eclipse plugins) and here's what I'm trying to do:
The User Interface guideline document provided with the client development SDK states:
<quote>
Icon columns may be added to the Contact List window to display additional icons provided by your plug-in.
For example, your plug-in may be able to detect if a user has telephony capabilities, and you may wish to
show icons to indicate various states for a user’s telephony status (such as “available to call” or “on the
phone”.)
</quote>
This is exactly what I'm planning to do: Extend the buddylist UI so that I don't only see the sametime status of a user but have a second icon in the buddylist indicating the state of another system (e.g. telephony). Where qould I be able to plugin that function? Is there any extension point?